home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
ScoutSource
/
netinclude
/
stat.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-13
|
345 b
|
15 lines
#ifndef STAT_H
#define STAT_H \
"$Id: stat.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $ "
/*
* Unix compatible stat()
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef SYS_STAT_H
#include <sys/stat.h>
#endif
#endif